Uses of Class
negotiator.boaframework.BOAparameter

Packages that use BOAparameter
negotiator.boaframework   
negotiator.boaframework.repository   
 

Uses of BOAparameter in negotiator.boaframework
 

Methods in negotiator.boaframework that return types with arguments of type BOAparameter
 java.util.ArrayList<BOAparameter> BOAcomponent.getOriginalParameters()
           
 

Method parameters in negotiator.boaframework with type arguments of type BOAparameter
 void BOAcomponent.setOriginalParameter(java.util.ArrayList<BOAparameter> param)
           
 

Constructor parameters in negotiator.boaframework with type arguments of type BOAparameter
BOAcomponent(java.lang.String classname, ComponentsEnum type, java.util.ArrayList<BOAparameter> orgParam)
          Variant of the main constructor in which it is assumed that the component has no parameters.
 

Uses of BOAparameter in negotiator.boaframework.repository
 

Methods in negotiator.boaframework.repository that return types with arguments of type BOAparameter
 java.util.ArrayList<BOAparameter> BOArepItem.getParameters()
           
 

Methods in negotiator.boaframework.repository with parameters of type BOAparameter
 void BOArepItem.addParameter(BOAparameter parameter)